net/http.transferWriter.ByteReadCh (field)

6 uses

	net/http (current package)
		transfer.go#L73: 	ByteReadCh   chan readResult // non-nil if probeRequestBody called
		transfer.go#L207: 	t.ByteReadCh = make(chan readResult, 1)
		transfer.go#L215: 		t.ByteReadCh <- rres
		transfer.go#L216: 		close(t.ByteReadCh)
		transfer.go#L220: 	case rres := <-t.ByteReadCh:
		transfer.go#L1066: 	rres := <-fr.tw.ByteReadCh